home *** CD-ROM | disk | FTP | other *** search
- BUGS in xmgr-3.01pl3 as of 1-20-95
-
- BUGS in xmgr-3.01pl2 as of 12-10-94
-
- BUGS in xmgr-3.01pl1 as of 12-10-94
-
- BUG
- Error in calls to CreatePanelChoice() in tickwin.c
- (fixed in xmgr-3.01pl2)
-
- BUG
- GR_HELPFILE and GR_HELPVIEW env variables are incorrectly specified
- in the Makefile.
- (fixed in xmgr-3.01pl2)
-
- BUGS in xmgr-3.01 as of 10-10-94
-
- BUG
- Assumption about the way realloc() works was incorrect - there is no
- guarantee the the additional memory is zero'ed - this led to core dumps
- on SGIs when using the -maxsets commandline parameter.
- FIX
- replace defaults.c with ftp://ftp.ccalmr.ogi.edu/pub/acegr/defaults.c
- (fixed in xmgr-3.01pl1)
-
- BUG
- getvptr() in pars.yacc returned pointers from sets in the current graph
- only.
- FIX
- In pars.yacc (or pars.c), in procedure getvptr(), change cg to gno every
- where cg occurs.
- (fixed in xmgr-3.01pl1)
-
- BUG
- arrange() used for the -arrange command line option was broken.
- FIX
- At line around 29 in graphutils2.c add the following 2 lines:
-
- g[gtmp].v.yv2 -= 0.07; /* context */
- set_graph_active(gtmp); /* add this line */
- update_all(cg); /* and this line */
- gtmp++; /* context */
- (fixed in xmgr-3.01pl1)
-
- BUG
- Several problems with links in the HTML documentation.
- Known problems fixed for 3.02
-
- BUG
- Numerous functions were declared XtCallbackProc when they should've been
- void.
- Fixed for 3.02
-
- BUGS in xmgr-3.00 as of 8-01-94
-
- BUG
- In Regions/Extract points, the To set is off by one and set 0 cannot
- be used as a destination.
- FIX
- in regionwin.c there is a call to CreateSetChoice()
- with the type of choice item set to 0, should be 4. Around line 266
- make it look like:
-
- extract_set_item = CreateSetChoice(dialog, "Load points in region to set:", maxplot, 4);
-
- BUG
- HDF variables with names containing imbedded blanks not read.
- FIX
- Replace files.c and fileswin.c in the 3.00 distribution with
-
- ftp://ftp.ccalmr.ogi.edu/CCALMR/pub/acegr/hayes/files.c
- ftp://ftp.ccalmr.ogi.edu/CCALMR/pub/acegr/hayes/fileswin.c
-
- BUG
- Nonlinear curve fitting module broken (this is not a
- supported feature).
- FIX
- None for 3.00, use xmgr v2.10.
-
- BUG
- DX and DY in the yacc grammar refer to X and Y of the current set.
- Formerly, these referred to the span of X and Y wrt to the current
- graph.
- FIX
- Use (wx2-wx1) and (wy2-wy1). 3.01 will return these variables to
- their orginal meaning.
-
- BUG
- Selecting the set and graph in Data/Transformations/Histogram have
- no effect. Next available set in the current graph is used for the
- result.
- FIX
- None for 3.00.
-
- BUG
- XYRT data sets can generate errors in PostScript output.
- Could be due to small radii.
- FIX
- None for 3.00
-
-
- BUG
- Delete points in regions causes core dump.
- FIX
- In regionutils.c (wrt to xmgr v3.00) at line 238, move the lines
- beginning with 'if (setno < 0) {' to just after the line:
-
- if (isactive_graph(k)) {
-
- and change gno to k.
-
-
- BUG
- Interpolation module in Data/Transformations not implemented.
- FIX
- I just noticed that the option in Transformations called Interpolation
- is not working - it was something I started on but never completed (I'll
- try again for 3.01). The easiest way to hide this is to just comment out
- the lines:
-
- wbut = XtVaCreateManagedWidget("Interpolation...", xmPushButtonWidgetClass, comp_panel,
- NULL);
- XtAddCallback(wbut, XmNactivateCallback, (XtCallbackProc) create_interp_frame, (XtPointer) NULL);
-
- at around line 197 in compwin.c.
-
- The interface is built, but the code that does the interpolation has yet to be
- written.
-
-
- BUG
- Nonlinear curve fitting module broken (this is not a
- supported feature).
- FIX
- None at the present
-